Dynamicweb 8 Documentation
SerializeTo(IDictionary<String,Object>) Method

Dictionary to serialize this object into.
Serializes the state of the current object into the given dictionary.
Syntax
'Declaration
 
Public Overloads Overrides NotOverridable Sub SerializeTo( _ 
   ByVal dictionary As IDictionary(Of String,Object) _ 
) 
public override void SerializeTo( 
   IDictionary<string,object> dictionary 
)

Parameters

dictionary
Dictionary to serialize this object into.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Item Class
Item Members
Overload List
Base Implementation in SerializeTo

Send Feedback